runtime.g.throwsplit (field)
10 uses
runtime (current package)
proc.go#L4639: gp.throwsplit = true
proc.go#L4795: gp.throwsplit = true
proc.go#L5002: gp.throwsplit = false
proc.go#L5024: gp.throwsplit = false
runtime2.go#L525: throwsplit bool // must not split stack
signal_unix.go#L703: if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
stack.go#L1049: if thisg.m.curg.throwsplit {
tracebuf.go#L48: tl.mp.trace.oldthrowsplit = gp.throwsplit
tracebuf.go#L49: gp.throwsplit = true
tracebuf.go#L116: gp.throwsplit = w.mp.trace.oldthrowsplit
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |